home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / programs / xrs510.zip / XRS51DOC.ZIP / XRS_UMB.USE < prev    next >
Text File  |  1993-01-01  |  3KB  |  50 lines

  1. XRS version 5 uses DOS 5.0 (or QEMM or 386^Max, etc) "Upper Memory Blocks"
  2. (UMBs) to store both data and place the read buffer for the main file, and
  3. editor and backup buffers if possible.  This can place as much as 120K+ of
  4. RAM outside the lower 640K memory (which also doesn't need to be swapped
  5. out if you call an external program or Shell-to-DOS).  The example below is
  6. my own system with a 75x100 video screen, showing XRS 5.0 using 102K memory
  7. at the time I shelled to DOS (and notice - only 240 bytes left as a 'stub')
  8. using the <F10> hot-key.  The comments (RESP_RTL etc) are my own...  Notice
  9. in this case, you're actually editing the response message in a UMB!  Note
  10. that this version incorporates error-detection routines not found in prior
  11. versions - if you had problems before, you may want to try it again.  To
  12. totally disable XRS's UMB support, put "No UMB" into your CONFIG.XRS file.
  13.  
  14. =====
  15.  
  16. MAPMEM 3.3, Copyright 1991 TurboPower Software
  17.  
  18. Psp  Cnt   Size Name       Command Line        Hooked Vectors
  19. ---- --- ------ ---------- ------------------- --------------------------------
  20.       2  15,376 DOS                           
  21. 03C4  2   3,168 COMMAND    x                   2E 
  22.       1      64 ---free---                    
  23.       1     224 ---free---                    
  24. 04A0  2     240 RESP_RTL   n/a                 
  25. 04BB  3   2,880 command    /u                  04 22 23 24 F5 
  26. 0572  2 633,200 ---free---                    
  27.         655,360 ---total--
  28.  
  29. High Memory
  30. 0266  2  73,728 (RAMDRIVE)                    
  31. CA01  1     416 SETVER     n/a                 
  32. CA22  2   4,784 DYNASCAN   -on                 
  33.       1     224 ---free---                    
  34. CB58  1  16,752 MOUSE      n/a                 08 0C 10 33 
  35. CF70  1   4,128 DOSKEY                         2F 
  36. D073  1  32,768 UMB        (RESP_RTL) BAT1MAIL.XRS Read Buffer 32K
  37. D874  1  20,480 UMB        (RESP_RTL) Editor Backup Buffer + 20K = 52K
  38. DD75  1  15,008 UMB        (RESP_RTL) Page/Screen save Buffer + 15K = 67K
  39. E120  1  20,480 UMB        (RESP_RTL) Editor Buffer in UMB + 20K = 87K
  40. E621  1  15,008 UMB        (RESP_RTL) Page/Screen save Buffer + 15K = 102K
  41.       1   9,008 ---free---                    
  42. FD01  1   1,136 RAMDRIVE   n/a                 
  43.       1      80 ---free---                    
  44. FD4F  1   2,576 FILES                          
  45.       1     224 ---free---                    
  46. FF01  1     112 QEMM386                        1D 
  47. FF09  1   1,888 XANSI      n/a                 29 
  48.       1   2,000 ---free---                    
  49.         221,136 ---total--
  50.